/*

*@fileName: style1.css

*@autor: suxin

*@date: 2019/12/5

*@time: 10:44

*

*/

@font-face {
	font-family: 'ArialMT';
	src: url('../fonts/ArialMT.ttf') format('truetype');
}

.projectW {
	width: 1140px;
	margin: 0 auto;
}

.logo {
	margin-top: 27px;
	margin-right: 90px;
}

.dh_1 {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .5);
}

#cssmenu {
	/* margin-left: 18px; */
	background: transparent;
}

#cssmenu>ul>li {
	width: 80px;
	text-align: center;
	height: 100 px;
}

#cssmenu>ul>li>a {
	line-height: 18px;
	height: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #4B4B4B;
}

#cssmenu .active {
	/* background: #ffa520; */
}

#cssmenu .active>a, #cssmenu .active>p {
	color: #1992E7;
}

#cssmenu li:hover>a, #cssmenu li:hover>p {
	color: #1992E7;
}

#cssmenu img {
	vertical-align: text-top;
}

.index_login_box {
	padding: 35px 0;
}

.index_login_box a {
	color: #474747;
}

.index_login_box span {
	color: #e5e5e5;
	margin: 0 7px;
}

.search {
	width: 209px;
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(202, 202, 202, 1);
	border-radius: 30px;
	float: left;
	margin-right: 50px;
}

.search input {
	float: left;
	min-width: 0;
	height: 26px;
	width: 162px;
}

.search img {
	float: right;
	margin-top: 3px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	background-color: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	border: 0px;
}

.mian {
	margin-top: 14px;
	padding-bottom: 50px;
}

.mian_l {
	float: left;
	width: 732px;
}

.mian_r {
	float: right;
	width: 363px;
}

/*banner*/

.banner_box {
	width: 732px;
	min-width: 329px;
	position: relative;
	margin-bottom: 12px;
}

.banner {
	height: 290px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	display: block;
}

.index_tab_box {
	width: 100%;
	/* margin-bottom: 33px; */
}

.index_tab_box a {
	float: left;
	padding: 10px 6px;
	margin: 0 11px;
	font-size: 16px;
	color: #3d3d3d;
	border-bottom: 3px solid transparent;
}

.index_tab_box .cur, .index_tab_box a:hover {
	border-bottom: 3px solid #3d3d3d;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li.slick-active {
	opacity: 1;
	background: #991216;
	border: 0px;
}

.index_tab_list {
	width: 100%;
}

.index_tab_li {
	width: 100%;
	display: block;
	padding: 10px 0 23px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ili_fm {
	float: left;
	width: 200px;
	height: 150px;
	margin-left:20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.ili_msg {
	float: right;
	width: 485px;
}

.ili_bq {
	float: left;
	padding: 5px 9px;
	border-radius: 2px;
	border: solid 1px #59dcff;
	color: #59dcff;
	margin-right: 6px;
	margin-bottom: 6px;
}

.ili_tit {
	font-size: 20px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333333;
}

.ili_m .time {
	/* float: left; */
	width: 100%;
	/* height: 59px;

	padding: 8px 0 6px;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	text-align: center;

	border: solid 2px #666666; */
	line-height: 24px;
	font-size: 14px;
	color: #898989;
}

.time .day {
	display: inline;
}

.time .year {
	display: inline;
}

.ili_mm {
	/* float: right; */
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 18px;
}

.li_more {
	background: #0766a6;
	font-size: 16px;
	color: #fff;
	width: 150px;
	line-height: 16px;
	padding: 12px 0;
	margin: 20px auto;
	text-align: center;
}

/* peixun_li  **/

.peixun_li {
	width: 363px;
	height: 144px;
	margin-bottom: 20px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.peixun_li p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 38px;
	padding: 0 10px;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.index_zhiku {
	width: 100%;
	padding: 0 20px 10px;
	margin-bottom: 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(243, 243, 243, 1);
}

.ikz_tit {
	line-height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	margin-top: 12px;
}

.ikz_tit img {
	vertical-align: middle;
	margin-right: 15px;
	position: relative;
	top: -2px;
}

.ikz_li {
	display: block;
	width: 100%;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ikz_img {
	width: 100px;
	height: 79px;
	float: left;
}

.izk_msg {
	width: 200px;
	float: right;
}

.izkm_tit {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
}

.izk_time {
	float: left;
	font-size: 12px;
	color: #999;
}

.izk_ll {
	float: right;
	font-size: 12px;
	color: #999;
}

.izk_ll img {
	margin-right: 5px;
}

.index_zhiku .peixun_li {
	width: 100%;
	height: 194px;
}

.ihot_bq a {
	font-size: 16px;
	color: #002edb;
	line-height: 30px;
	margin-right: 20px;
}

.footer_1 {
	width: 100%;
	background: #f3f3f3;
	padding-top: 48px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_about {
	float: left;
	width: 300px;
}

.fabb1 {
	width: 83px;
	line-height: 28px;
	font-size: 14px;
	border-radius: 28px;
	color: #fff;
	text-align: center;
	background: #b4b4b4;
}

.fabb2 {
	width: 4px;
	height: 18px;
	background: #b4b4b4;
	margin: 5px 4px;
}

.fabb3 {
	font-size: 18px;
	color: #363636;
	line-height: 28px;
}

.f_ab_d1 div {
	float: left;
}

.f_ab_d2 {
	font-size: 14px;
	color: #727272;
	margin-top: 8px;
}

.footer_hz {
	float: left;
	width: 395px;
}

.fhz_tit {
	border-left: 4px solid #b4b4b4;
	padding-left: 8px;
	font-size: 18px;
	line-height: 18px;
	color: #363636;
	margin-bottom: 23px;
}

.hz_list {
	font-size: 14px;
	color: #727272;
	line-height: 14px;
}

.hz_list a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.footer_gzh {
	float: right;
	margin-left: 40px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	color: #727272;
}

.footer_gzh img {
	display: block;
	margin: 0 auto 20px;
}

.footer_2 {
	width: 100%;
	min-width: 1140px;
	text-align: center;
	line-height: 59px;
	font-size: 14px;
	color: #fff;
	background: #727272;
}

/*       学院         **/

.xueyuan_ht {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #f4f4f4;
	font-size: 14px;
	color: #4e4e4e;
	margin-bottom: 28px;
}

.xueyuan_ht img {
	vertical-align: text-top;
	margin-right: 4px;
}

.xueyuan_li {
	width: 330px;
	height: 316px;
	border-radius: 12px;
	display: block;
	border: 2px solid #d2d2d2;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}

.xueyuan_li:nth-child(2n) {
	float: right;
}

.xuyuan_img {
	width: 100%;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	height: 200px;
	position: relative;
}

.xuyuan_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.xyli_msg {
	width: 100%;
	/* height: 107px; */
	background: #fff;
	padding: 17px 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.xyli_msg .p1 {
	font-size: 16px;
	line-height: 23px;
	color: #626262;
	margin-bottom: 13px;
    height: 42px;
}

.xyli_msg .p2 {
	font-size: 14px;
	line-height: 14px;
	color: #747474;
	margin-bottom: 5px;
}

.xyli_msg .p2 span {
	margin-right: 10px;
}

.xyli_msg .p3 {
	font-size: 14px;
	color: #5abf00;
}

.kc_type {
	font-weight: bold;
	font-size: 20px;
	color: #393939;
	padding: 13px 0;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 26px;
}

.kc_type img {
	vertical-align: text-bottom;
	margin-right: 10px;
}

.xueyuan_li1 {
	width: 215px;
	border-radius: 12px;
	display: block;
	border: 2px solid #d2d2d2;
	float: left;
	overflow: hidden;
	margin-right: 35px;
	margin-bottom: 25px;
}

.xueyuan_li1:nth-child(3n) {
	margin-right: 0;
}

.xueyuan_li1 .xuyuan_img {
	width: 100%;
	height: 130px;
	position: relative;
}

.xueyuan_li1 .xuyuan_img img {
	width: 38px;
	height: 31px;
}

.xueyuan_li1 .p1 {
	margin-bottom: 8px;
	line-height: 20px;
}

.xueyuan_li1 .p2 {
	margin-bottom: 8px;
}

/* 智库 */

.zk_li {
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #f9f9f9;
	border: solid 1px #ebebeb;
	margin-bottom: 29px;
}

.zkli_img {
	float: left;
	width: 221px;
	height: 134px;
}

.zkli_msg {
	float: right;
	width: 448px;
}

.zkli_msg .p1 {
	font-size: 18px;
	color: #000;
	line-height: 150%;
	margin: 8px 0 10px;
}

.zkli_msg .p2 {
	font-size: 14px;
	color: #241a1a;
	line-height: 20px;
	margin-bottom: 10px;
}

.zkli_msg .p3 span {
	font-size: 12px;
	line-height: 12px;
	color: #29caf6;
	border: 1px solid #29caf6;
	padding: 3px 14px;
	margin-right: 9px;
}

.zkli_msg .p3 span a{
	color: #29caf6;
}
.zkli_msg .p3 {
	margin-bottom: 17px;
}

.zkli_msg .p4 {
	font-size: 14px;
	color: #898989;
	line-height: 14px;
}

.yanjiu_li {
	width: 320px;
	float: left;
}

.yanjiu_li:nth-child(2n) {
	float: right;
}

.index_tab_li .zkli_msg {
	width: 485px;
}

/****      咨询详情      ******/

.fenxiang {
	float: right;
}

.fenxiang span {
	line-height: 20px;
	margin: 0;
}

.fenxiang a {
	width: 20px!important;
	height: 20px !important;
	background-position: 0 0!important;
	padding-left: 0!important;
	margin: 0 7px !important;
}

.newsxq_tit {
	font-size: 28px;
	color: #262626;
	line-height: 55px;
}

.newsxq_autor {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #909090;
}

.newsxq_autor img {
	vertical-align: text-bottom;
}

.newsxq_p3 {
	margin-top: 20px;
	margin-bottom: 30px;
}

.newsxq_p3 span {
	font-size: 12px;
	line-height: 12px;
	color: #29caf6;
	border: 1px solid #29caf6;
	padding: 3px 14px;
	margin-right: 9px;
	margin-bottom: 17px;
}

.xq_tip {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #afafaf;
	margin: 30px auto;
	text-align: center;
}

.sm_l {
	width: 300px;
}

.sm_l img {
	width: 81px;
	height: 81px;
	float: left;
}

.sm_tip {
	float: right;
	width: 215px;
	text-align: center;
	font-size: 18px;
	color: #474747;
	margin-bottom: 30px;
}

.c90c103 {
	color: #90c103;
}

.c0067e2 {
	color: #0067e2;
}

.sm_tip p {
	font-size: 16px;
}

.xq_tab {
	width: 100%;
	margin-top: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	color: #474747;
}

.xq_tab div {
	float: left;
	padding-bottom: 12px;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}

.xq_tab div.cur {
	border-bottom: 3px solid #58dbff;
}

.xq_tab span {
	float: left;
	padding-bottom: 12px;
	border-bottom: 3px solid transparent;
	margin: 0 10px;
}

.pdfli {
	margin-bottom: 14px;
	display: block;
	width: 100%;
	min-width: 465px;
	height: 45px;
	background-image: url(../images/pdfbg.png);
	background-repeat: no-repeat;
	background-size: 465px 45px;
	padding-left: 72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	color: #262626;
	line-height: 45px;
}

.pdfli:hover {
	opacity: .8;
	color: #333;
}

.kcxq .banner {
	position: relative;
}

.kcxq .banner img {
	position: absolute;
	top: 50%;
	left: 50%;
	webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#H_video {
	max-width: 100%;
}

.kc_v_name {
	font-size: 18px;
	color: #262626;
	margin-bottom: 10px;
}

.kc_v_name img {
	width: 27px;
	height: 21px;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.kc_v_autor {
	font-size: 14px;
	color: #909090;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

/*login*/

.login_div {
	margin-top: 50px;
	width: 1003px;
	height: 566px;
	background-color: #ffffff;
	box-shadow: 0px 0px 46px 0px rgba(33, 23, 20, 0.08);
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 400px 566px;
}

.login_main {
	width: 322px;
	margin: 85px auto 0;
}

.login_type span {
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	padding: 6px 0;
	border-bottom: 4px solid #000;
}

.login_type {
	margin-bottom: 35px;
}

.login_f {
	width: 322px;
	height: 42px;
	padding-left: 40px;
	border: solid 1px #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 12px center;
	margin-bottom: 13px;
}

.login_f input {
	width: 100%;
	height: 100%;
	min-width: 0;
	font-size: 12px;
}

.login_f1 {
	width: 212px;
	float: left;
}

.code_btn {
	float: right;
	width: 100px;
	height: 42px;
	line-height: 42px;
	border: solid 1px #cccccc;
	margin-bottom: 13px;
	color: #333333;
	font-size: 12px;
}

input[type="checkbox" i] {
	background-color: initial;
	cursor: default;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
	margin-right: 5px;
	padding: initial;
	border: initial;
	vertical-align: middle;
}

.xieyi {
	width: 100%;
	height: 16px;
	line-height: 16px;
}

.login_btn {
	margin-top: 30px;
	width: 100%;
	padding: 11px 0;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #303b4f;
	cursor: pointer;
}

.go_login {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #000;
	cursor: pointer;
}

.go_login span {
	text-decoration: underline;
}

.xieyi span {
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.my_mian {
	width: 100%;
	min-width: 1140px;
}

.my_top {
	width: 100%;
	height: 136px;
	background-image: url(../images/my16_02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
}

.my_l {
	float: left;
	position: relative;
	top: -90px;
	margin-bottom: -90px;
	width: 185px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	padding: 16px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.my_r {
	float: right;
	width: 880px;
	position: relative;
	top: -90px;
	margin-bottom: -90px;
}

.my_header {
	width: 148px;
	height: 148px;
	border-radius: 50%;
}

.my_name {
	text-align: center;
	margin: 13px 0 19px;
	font-size: 16px;
	color: #646464;
}

.my33 {
	width: 100%;
	background-image: url(../images/my33.png);
	background-position: center;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #ffcc00;
	text-align: center;
	color: #fff;
}

.my_ul {
	width: 100%;
}

.my_ul a {
	display: block;
	width: 100%;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	color: #646464;
	font-size: 18px;
	margin: 12px 0 0;
}

.my_ul a.cur {
	background: #f9f9f9;
}

.myr_tit {
	width: 100%;
	height: 76px;
	margin-bottom: 54px;
	font-size: 18px;
	line-height: 76px;
	letter-spacing: 2px;
	color: #646464;
}

.my_box {
	width: 100%;
	margin-bottom: 48px;
	position: relative;
}

.mybox_tit div {
	float: left;
	min-width: 150px;
	padding: 0 25px 12px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	color: #646464;
	position: relative;
}

.mybox_tit img {
	vertical-align: bottom;
	margin-right: 13px;
}

.mybox_tit div>span {
	position: absolute;
	left: 100%;
	bottom: -10px;
	padding-left: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #5c5c5c;
	white-space: nowrap;
}

.my_b_mian {
	margin-top: 18px;
	width: 100%;
	padding: 22px 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f9f9f9;
}

.my_ye {
	color: #646464;
	font-size: 18px;
	margin-right: 56px;
}

.go_vip {
	padding: 5px 0;
	margin: 0 10px;
	border-bottom: 1px solid #656565;
	font-size: 18px;
	color: #646464;
}

.my_box img {
	vertical-align: bottom;
}

.my_xue_li {
	float: left;
	width: 320px;
	font-size: 16px;
	color: #656565;
	line-height: 30px;
	margin-top: 35px;
}

.my_xue_li img {
	margin-right: 14px;
}

.my_xue_li div {
	float: right;
}

.my_xue_li div span {
	font-weight: bold;
	font-size: 16px;
}

.my_xue_li:nth-child(2n) {
	float: right;
}

.my_xue_li:nth-child(1), .my_xue_li:nth-child(2) {
	margin-top: 0;
}

.gz_box {
	margin-top: 20px;
}

.gz_li {
	width: 100%;
	padding: 32px 0;
	border-bottom: 1px solid #eee;
}

.gz_li .gz_tx {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	/* background-color: #1f8fff; */
	box-shadow: 0px 0px 10px 0px rgba(33, 23, 20, .1);
	margin-right: 23px;
	float: left;
}

.gz_msg {
	float: left;
	line-height: 30px;
}

.gz_msg .p1 {
	font-size: 16px;
	letter-spacing: 2px;
	color: #646464;
	font-weight: bold;
}

.gz_msg .p2 {
	font-size: 12px;
	letter-spacing: 1px;
	color: #646464;
}

.gz_btn {
	cursor: pointer;
	margin-top: 16px;
	float: right;
	width: 97px;
	height: 37px;
	background-color: #efefef;
	font-size: 14px;
	line-height: 37px;
	letter-spacing: 1px;
	color: #646464;
	border-radius: 37px;
	text-align: center;
}

.shoucang_li {
	width: 400px;
	float: left;
}

.shoucang_li:nth-child(2n) {
	float: right;
}

.shoucang_li .ikz_img {
	width: 120px;
	height: 100px;
}

.shoucang_li .izk_msg {
	width: 260px;
}

.shoucang_li .izkm_tit {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #444;
}

.shoucang_li .izk_ll, .shoucang_li .izk_ll {
	font-size: 14px;
}

.shoucang_li .izk_ll img {
	vertical-align: middle;
}

.myr_tit a {
	border-bottom: 3px solid transparent;
	padding-bottom: 4px;
}

.myr_tit span {
	margin: 0 15px;
	display: inline-block;
	width: 1px;
	height: 24px;
	background: #7e8c8d;
	color: transparent;
	vertical-align: middle;
}

.myr_tit .cur {
	border-bottom: 3px solid rgb(156, 156, 156);
	position: relative;
}

/*.myr_tit .cur:after{

	content: '';

	display: block;

	position: absolute;

	bottom: -3px;

	height: 3px;

	width: 32px;

	left: 50%;

	margin-left: -16px;

	background: rgb(156,156,156);

}*/

.xueyuan_li2 {
	width: 263px;
	border-radius: 35px;
	display: block;
	border: 2px solid #d2d2d2;
	float: left;
	overflow: hidden;
	margin-right: 35px;
	margin-bottom: 25px;
}

.xueyuan_li2:nth-child(3n) {
	margin-right: 0;
}

.xueyuan_li2 .xuyuan_img {
	width: 100%;
	height: 160px;
	position: relative;
}

.xueyuan_li2 .xuyuan_img img {
	width: 46px;
	height: 38px;
}

.xueyuan_li2 .p1 {
	margin-bottom: 8px;
}

.xueyuan_li2 .p2 {
	margin-bottom: 8px;
}

.gz_box .zkli_msg {
	width: 620px;
}

.del_btn {
	float: right;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 80px;
	letter-spacing: 1px;
	color: #6875b5;
	cursor: pointer;
}

.order_li {
	width: 100%;
	height: 159px;
	padding: 13px 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f9f9f9;
}

.order_li>img {
	width: 133px;
	height: 133px;
	float: left;
	margin-right: 30px;
}

.order_msg {
	width: 500px;
	float: left;
}

.order_msg .p1 {
	font-size: 18px;
	color: #5c5c5c;
	line-height: 60px;
	margin-bottom: 30px;
}

.order_msg .p2 {
	font-size: 18px;
	color: #ff5c6f;
}

.order_msg .p2 span {
	font-size: 22px;
}

.zhifu_btn {
	margin-top: 90px;
	float: right;
	width: 129px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	color: #fff;
	cursor: pointer;
	background-image: linear-gradient(0deg, #f78331 0%, #fcd069 100%), linear-gradient( #1992e7, #1992e7);
	background-blend-mode: normal, normal;
	box-shadow: 1px 2px 10px 0px rgba(33, 23, 20, 0.06);
}

.zhifu_btn1 {
	background-image: linear-gradient(7deg, #4ea129 0%, #b2e651 100%), linear-gradient( #1992e7, #1992e7);
	background-blend-mode: normal, normal;
	box-shadow: 1px 2px 10px 0px rgba(33, 23, 20, 0.06);
}

.qianbao_ye {
	width: 100%;
	height: 174px;
	background-image: url(../images/hybb.png);
	background-size: 100% 174px;
	text-align: center;
	padding-top: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.qianbao_ye .p1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 37px;
	letter-spacing: 1px;
	color: #ffffff;
}

.qianbao_ye .p2 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #ffffff;
}

.cz_btn {
	float: left;
	width: 261px;
	height: 150px;
	background-color: #f7f7f7;
	border-radius: 10px;
	padding-top: 45px;
	text-align: center;
	margin-right: 39px;
	margin-bottom: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.cz_btn:nth-child(3n) {
	margin-right: 0;
}

.cz_btn .p1 {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 24px;
}

.cz_btn .p2 {
	font-size: 16px;
	line-height: 16px;
	color: #999999;
}

.cz_gz {
	margin: 30px 0;
	font-size: 18px;
	letter-spacing: 0;
	color: #646464;
	text-align: center;
}

.gz_inr {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #646464;
}

.cz_li {
	padding: 50px 0 40px;
	border-bottom: 1px solid #eeeeee;
}

.cz_msg {
	float: left;
}

.cz_msg .p1 {
	font-size: 16px;
	color: #646464;
}

.cz_msg .p2 {
	font-size: 16px;
	color: #999;
}

.cz_num {
	float: right;
	font-size: 30px;
	color: #a4ce48;
	font-weight: bold;
}

.vip_bpx {
	padding-top: 20px;
}

.vip_bpx .p1 {
	padding-left: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 30px;
}

.vip_bpx .p2 {
	padding-left: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 30px;
}

.vip_bpx .p3 {
	padding-right: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	font-size: 26px;
	color: #fff;
}

.vip1_box {
	width: 100%;
	padding: 25px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f9f9f9;
	border-radius: 8px;
	margin-top: 25px;
}

.vip_qy {
	width: 50%;
	float: left;
	font-size: 16px;
	color: #666;
}

.vip_qy img {
	margin-bottom: -5px;
	margin-right: 4px;
}

.vip_qy span {
	color: #f87e2b;
}

.vip_qy:nth-child(2n) {
	float: right;
}

.vip_qy1 {
	padding-top: 20px;
	padding-left: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vip_qy1 img {
	margin-bottom: 0;
}

.nowkt {
	margin-top: 30px;
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-image: url(../images/nowkt.png);
	background-repeat: no-repeat;
	bg-font-size: 100% 80px;
	font-size: 26px;
	color: #fff;
	text-align: center;
}

.vip2_bpx {
	padding: 40px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	text-align: left;
	color: #fff;
	text-indent: 2em;
}

.ziliao_box {
	width: 49%;
	float: right;
}

.zl_li {
	width: 100%;
	margin-bottom: 10px;
}

.zl_name {
	float: left;
	width: 60px;
	font-size: 16px;
	color: #2e2e2e;
	line-height: 30px;
	height: 30px;
}

.zl_li label {
	line-height: 30px;
}

.zl_inr {
	width: 282px;
	height: 30px;
	padding: 0 10px;
	background: #f4f4f4;
	border-radius: 4px;
	border: 0;
	text-align: left;
	-ms-text-align-last: left;
	text-align-last: left;
	min-width: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.zl_inr1 {
	height: 108px;
	resize: none;
	padding: 10px;
}

.zl_btn {
	width: 120px;
	height: 35px;
	line-height: 35px;
	background: #1992e7;
	border-radius: 4px;
	float: left;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.zl_h {
	float: right;
	width: 1px;
	height: 270px;
	background: #cfcfcf;
}

.zlb1 {
	padding-top: 50px;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sctx {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.sctx img {
	width: 100%;
	height: 100%;
}

.sctx input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0;
	cursor: pointer;
}

.zl_tip {
	width: 130px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 55px;
	height: 55px;
	font-size: 24px;
	color: #fff;
	z-index: 5;
	background: rgba(0, 0, 0, .5);
}

.xgname {
	text-align: center;
	font-size: 24px;
	text-align: center;
	color: #000;
	cursor: pointer;
	margin-top: 20px;
}

.xgname span {
	margin-right: 5px;
	font-size: 24px;
}

.xgname img {
	vertical-align: middle;
}

.xgname input {
	width: 150px;
	min-width: 0;
	line-height: 30px;
	border: 1px solid #eee;
	padding: 0 10px;
	font-size: 14px;
}

.xgname div {
	margin-left: 8px;
	display: inline-block;
	/* vertical-align: bottom; */
	width: 60px;
	height: 30px;
	background: #1992e7;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.xq_tip:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 1px;
	background: rgb(230, 230, 230);
	margin-right: 15px;
	vertical-align: middle;
}

.xq_tip:after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 1px;
	background: rgb(230, 230, 230);
	margin-left: 15px;
	vertical-align: middle;
}

.show768 {
	display: none;
}

/**

 * min-width:768px

 */

@media screen and (max-width: 768px) {
	.show768 {
		display: block;
	}
	.hide768 {
		display: none;
	}
	.mian_r {
		display: none;
	}
	.w1200, .projectW, .mian_l {
		width: 100%;
	}
	#cssmenu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
		background: #fff;
		border-bottom: 1px solid #eee;
	}
	.logo {
		position: fixed;
		top: 5px;
		left: 10px;
		z-index: 999;
		background: #fff;
		height: 40px;
		margin-top: 0;
		margin-right: 0;
	}
	.logo img {
		height: 40px;
	}
	#cssmenu>ul>li {
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	#cssmenu>ul>li>a {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.footer_1 {
		padding: 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_2 {
		min-width: 0;
		padding: 20px 3%;
		line-height: 20px;
		font-size: 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_hz {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer_about {
		margin-bottom: 10px;
	}
	.footer_gzh {
		width: 48%;
		margin-left: 2%;
	}
	.footer_gzh+.footer_gzh {
		margin-right: 2%;
		margin-left: 0;
	}
	/* index */
	.index_tab_list {
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.index_tab_li {
		padding: 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.index_tab_li .zkli_msg {
		width: 100%;
	}
	.ili_fm {
		width: 100%;
		height: 180px;
	}
	.zkli_msg .p1 {
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	#body {
		padding-top: 52px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.index_login_box {
		float: left;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mian {
		margin-top: 0;
		padding-bottom: 20px;
	}
	.banner_box {
		width: 100%;
		min-width: 0;
		height: 160px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.banner {
		height: 160px;
	}
	.kcxq .banner_box, .kcxq .banner {
		height: auto;
	}
	#H_video {
		width: 100%;
		height: auto;
		max-height: 400px;
	}
	*:active {
		outline: none;
	}
	.kc_v_name {
		margin-top: 20px;
		font-size: 14px;
	}
	.search {
		width: calc(100% - 120px);
		width: -moz-calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		margin-right: 0;
	}
	.search input {
		width: calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
	}
	.index_login_box a {
		font-size: 12px;
		line-height: 26px;
	}
	.index_tab_box {
		overflow-x: auto;
		width: 100%;
	}
	.index_tab_box_scroll {
		white-space: nowrap;
	}
	.index_tab_box_scroll a {
		float: none;
		display: inline-block;
		margin: 0;
	}
	.index_tab_box::-webkit-scrollbar, .index_tab_box_scroll::-webkit-scrollbar {
		height: 0 !important;
		-ms-overflow-style: none;
		overflow: -moz-scrollbars-none;
	}
	.index_tab_box a:hover {
		border-bottom: 3px solid transparent
	}
	/* login */
	.login_div {
		width: 100%;
		padding: 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		background: #fff!important;
		box-shadow: none;
	}
	.login_main {
		width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 20px auto 0;
	}
	.login_f {
		width: 100%;
		background-color: #fff;
	}
	.login_f1 {
		width: calc(100% - 115px);
		width: -moz-calc(100% - 115px);
		width: -webkit-calc(100% - 115px);
	}
	.code_btn {
		height: 40px;
		line-height: 40px;
	}
	/* 学院 */
	.xueyuan_ht {
		margin-bottom: 15px;
	}
	.collegeList {
		width: 100%;
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.kc_type {
		padding: 6px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.kc_type+div {
		width: 100%;
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.xueyuan_li, .xueyuan_li1 {
		width: 49%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 1%;
		border-radius: 12px;
		margin-bottom: 10px;
	}
	.xueyuan_li+.xueyuan_li, .xueyuan_li1+.xueyuan_li1 {
		margin-left: 1%;
		margin-right: 0;
	}
	.xuyuan_img, .xueyuan_li1 .xuyuan_img {
		height: 100px;
	}
	.xyli_msg {
		padding: 5px;
	}
	.xyli_msg .p1 {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		margin-bottom: 2px;
		-webkit-line-clamp: 2;
	}
	.xyli_msg .p2 {
		display: none;
	}
	.xyli_msg .p3 {
		font-size: 12px;
	}
	/* 智库 */
	.xueyuan_ht+div {
		width: 100%;
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.zkli_img {
		width: 100%;
		height: 180px;
	}
	.zkli_msg {
		width: 100%;
	}
	.yanjiu_li {
		width: 100%;
		max-width: 100%;
	}
	.izk_msg {
		width: calc(100% - 110px);
		width: -moz-calc(100% - 110px);
		width: -webkit-calc(100% - 110px);
	}
	/* 详情 */
	.newsxq_tit {
		font-size: 18px;
		line-height: 24px;
	}
	.newsxq_autor {
		font-size: 13px;
		letter-spacing: 0;
		margin-top: 4px;
	}
	.newsxq_p3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.xq_tip {
		font-size: 12px;
		line-height: 18px;
	}
	.xq_tip:before, .xq_tip:after {
		width: 100%;
		margin: 0;
	}
	.sm_l {
		float: none;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.sm_l:after {
		content: '';
		display: block;
		clear: both;
	}
	/* 个人中心 */
	.my_mian {
		min-width: 0;
	}
	.my_top, .my_header, .my_name, .my33 {
		display: none;
	}
	.my_l, .my_r {
		width: 100%;
		top: 0;
		margin-bottom: 0;
		padding: 0;
		float: none;
		position: static;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}
	.my_l {
		overflow-x: auto;
	}
	.my_l::-webkit-scrollbar, .my_ul::-webkit-scrollbar {
		height: 0 !important;
		-ms-overflow-style: none;
		overflow: -moz-scrollbars-none;
	}
	.my_r {
		padding: 10px;
	}
	.my_ul {
		height: 40px;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		white-space: nowrap;
	}
	.my_ul a {
		width: 25%;
		display: inline-block;
		font-size: 14px;
		margin: 0;
	}
	.myr_tit {
		/* display: none; */
		margin-bottom: 10px;
	}
	.my_box {
		margin-bottom: 20px;
	}
	.shoucang_li {
		width: 100%;
	}
	.shoucang_li .ikz_img {
		width: 100px;
		height: 79px;
		float: left;
	}
	.shoucang_li .izk_msg {
		width: calc(100% - 110px);
		width: -moz-calc(100% - 110px);
		width: -webkit-calc(100% - 110px);
	}
	.shoucang_li .izkm_tit {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 20px;
	}
	.mybox_tit div>span {
		background: #fff;
		left: 80px;
	}
	.my_b_mian {
		padding: 10px;
	}
	.my_xue_li {
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.gz_box .zkli_msg {
		width: 100%;
	}
	.xueyuan_li2 {
		width: 49%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 1%;
		border-radius: 12px;
		margin-bottom: 10px;
	}
	.xueyuan_li2+.xueyuan_li2 {
		margin-left: 1%;
		margin-right: 0;
	}
	.xueyuan_li2 .xuyuan_img {
		height: 100px;
	}
	.ziliao_box {
		float: right;
		width: 100%;
	}
	.zl_h {
		display: none;
	}
	.ziliao_box {
		float: left;
	}
	.zlb1 {
		padding-top: 10px;
	}
	.zl_inr {
		width: 100%;
	}
	.gz_msg {
		width: 100%!important;
	}
	.gz_box {
		margin-top: 10px;
	}
	.gz_li {
		padding: 10px 0;
	}
	.gz_li .gz_tx {
		width: 40px;
		height: 40px;
		float: left;
		margin-right: 0;
	}
	.gz_btn {
		display: inline-block;
		margin-top: 0;
		width: auto;
		padding: 0 5px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		vertical-align: middle;
	}
	.gz_btn.hide768 {
		display: none;
	}
	.gz_msg_gz {
		float: right;
		width: calc(100% - 50px)!important;
		width: -moz-calc(100% - 50px)!important;
		width: -webkit-calc(100% - 50px)!important;
	}
	.gz_msg_gz {
		line-height: 16px;
	}
	.gz_msg_gz .p1 {
		line-height: 25px;
	}
	.cz_btn, .cz_btn:nth-child(3n) {
		width: 48.5%;
		margin-top: 10px;
		margin-bottom: 0;
		margin-right: 1.5%;
	}
	.cz_btn:nth-child(2n) {
		margin-left: 1.5%;
		margin-right: 0;
	}
	.order_li>img {
		width: 100px;
		height: 100px;
		margin-right: 0;
	}
	.order_msg {
		float: right;
		width: calc(100% - 110px);
		width: -moz-calc(100% - 110px);
		width: -webkit-calc(100% - 110px);
	}
	.order_msg .p1 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.order_msg .p2 {
		font-size: 12px;
	}
	.order_msg .p2 span {
		font-size: 16px;
	}
	.zhifu_btn {
		margin-top: 8px;
		float: left;
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.order_li {
		height: auto;
	}
	.order_li:after {
		content: '';
		display: block;
		clear: both;
	}
}

@media screen and (min-width: 768px) {}

.fwb_box {
	padding: 10px 0;
	line-height: 30px;
}

.fwb_box img {
	max-width: 100%;
}

.my_r .add_shrmsg {
	font-size: 18px;
	color: #333;
}

.m-style {
	display: inline-block;
	width: auto;
	margin: 0 auto 10px;
}

.m-style .active {
	background: #BA282B;
	border: 1px solid #BA282B;
}

.m-style a:hover {
	color: #fff;
	background: #BA282B;
}

.bgf8 {
	background: #f8f8f8;
}

a:hover {
	text-shadow: 0 0 2px #ddd, 0 0 0px #ddd, 0 0 0px #ddd;
	/* text-decoration: underline; */
}

.vcp-controls-panel {
	/* display: none; */
}

.fwb_box {
	text-indent: 2em;
}

.fwb_box p {
	margin-bottom: 20px;
}

/* 2020.4.3 修改 by 葡萄 ==================*/

.dc-sp1 {
	height: 54px;
	line-height: 52px;
	font-size: 18px;
	color: #02c2f7;
	background-color: #f8f8f8;
	border: 1px solid #c0c0c0;
	text-align: center;
	padding: 0px 10px;
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.dc-sp1 em {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	overflow: hidden;
}

.asmn1 {
	overflow: hidden;
	clear: both;
}

.asmn1 .bx2 {
	width: 40%;
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
}

.asmn1 .bx1 {
	display: block;
	overflow: hidden;
	padding-right: 10px;
}

.dc-scan1 {
	background: url("../images/ptyl-img1.png") no-repeat left center;
	background-size: 21px auto;
	padding-left: 23px;
	font-size: 14px;
	color: #919191;
}

.dc-sli1 .sli {
	padding-right: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.dc-sli1 .sli:last-child {
	padding-right: 0px;
}

.xq_tab div.cur {
	font-weight: bold;
}

.xq_tip {
	border-bottom: 1px solid #f4f4f4;
}

.xq_tip:before, .xq_tip:after {
	display: none;
}

/* box-so 独立模块 搜索 ==================*/

.box-so {
	position: relative;
	width: 100%;
	height: 52px;
	overflow: hidden;
	margin-top: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.box-so .bx1 {
	width: 100%;
	height: 52px;
	line-height: 52px;
	left: 0px;
	padding-left: 17px;
	position: absolute;
	top: 0px;
	padding-right: 110px;
	color: #6a6a6a;
	font-size: 16px;
	border: 0px;
	background: transparent;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.box-so .btn1 {
	position: absolute;
	right: 2px;
	cursor: pointer;
	top: 2px;
	border: 0px;
	width: 100px;
	height: 48px;
	line-height: 48px;
	z-index: 10;
	background-color: #7d7d7d;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	font-family: "微软雅黑";
}

.box-so .bx1 input {
	position: relative;
	bottom: -3px;
	font-size: 20px;
	color: #02c2f7;
	font-weight: bold;
	width: 58px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
}

.dc-asmbuy {
	padding-bottom: 22px;
}

.kcL1 {
	font-size: 0;
}

.kcL1 li {
	display: block;
	padding: 6px 0px;
}

.kcL1 li a.red{
	color: #f93c1c;
	font-weight: bold;
}
.kcL1 li a {
	background: url("../images/ptyl-img3.png") no-repeat left center;
	background-size: 27px auto;
	padding-left: 45px;
	font-size: 16px;
	color: #4a4a4a;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	overflow: hidden;
}

.kcL1 li a:hover {
	color: #f42828;
}

.index_zhiku {
	position: relative;
	overflow: hidden;
	padding-top: 55px;
}

.ikz_tit {
	background-color: #f8f8f8;
	position: absolute;
	margin-top: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ikz_tit img {
	margin-left: 18px;
}

.hid {
	display: none!important;
}

.zkli_msg .p3 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
	margin-bottom: 5px;
}


/* 2020.8.27 修改 by 葡萄 ==================*/
.asmnavs{position: relative; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: top; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.asmnavs .bx2{padding: 10px 10px; position: absolute; left: -25px; text-align: center; border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px; top: 48px; z-index: 100; border: 1px solid #acacac; background-color: #fff; width: 120px;
box-shadow: 1px 1px 9px rgba(0,0,0,.3); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
display: none;
}
.asmnavs .bx2:before{content: ""; position: absolute; left: 50%; margin-left: -10px; top: -11px; width: 20px; height: 11px; background:url("/static/web/images/asmxg-img1.png") no-repeat center bottom; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle; background-size: contain!important;}
.asmnavs .bx2 a{border-bottom-width: 1px; padding-top: 3px; padding-bottom: 3px; display: block; float: none; margin-left: 0px; margin-right: 0px; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -moz-text-overflow:ellipsis; -webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis; -ms-text-overflow:ellipsis; overflow: hidden;}
.asmnavs:hover .bx2{display: block;}

.asmnavs.xy .bx2{left: -11px;}



/*Common For Max 767*/

@media only screen and (max-width: 768px) {
	.dc-sp1 {
		font-size: 16px;
		height: 44px;
		line-height: 42px;
		margin-top: 19px;
	}
	.index_tab_box{overflow: visible;}
	.asmnavs .bx2{left: -36px;}
	.asmnavs.xy .bx2{left: -22px;}
}

/*Common For Max 640*/

@media only screen and (max-width: 640px) {}

/*Common For Max 550*/

@media only screen and (max-width: 550px) {
	.dc-sp1 {
		font-size: 14px;
		height: 36px;
		line-height: 34px;
		margin-top: 28px;
	}
	.dc-sli1 .sli {
		padding-right: 10px;
	}
}

/*Common For Max 479*/

@media only screen and (max-width: 479px) {
	.dc-sp1 {
		padding: 0px 3px;
	}
}

/*Common For Max 450*/

@media only screen and (max-width: 450px) {}

/*Common For Max 400*/

@media only screen and (max-width: 400px) {
	.dc-sp1 {
		font-size: 12px;
	}
	.asmn1 .bx2 {
		width: 30%;
	}
}

/*Common For Max 350*/

@media only screen and (max-width: 350px) {}

/*Common For Max 300*/

@media only screen and (max-width: 300px) {}